animated display css

32

.hidden {
  display: none;
  animation:fadeIn 5s
}

.visuallyhidden {
  opacity: 0;
}

Comments

Submit
0 Comments